SftTabs/NET 6.0

ClientAreaEndColor Property, TabClass Class

Softel vdm, Inc.

Defines the ending color of the client area associated with the tab when using a gradient fill (along with ClientAreaStartColor).

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ClientAreaEndColor As Color

C#   

public Color ClientAreaEndColor { get; set; }

C++   

public: property Color ClientAreaEndColor {
        Color get();
        void set(Color value);
}

Property Value

The ending color of the client area associated with the tab.

The default value is Color.Empty.

Comments

The ClientAreaEndColor property defines the ending color of the client area associated with the tab when using a gradient fill (along with ClientAreaStartColor).

If both ClientAreaStartColor and ClientAreaEndColor are defined, the tab's client area is rendered using a gradient fill. On display devices that do not support gradient fills or if fewer than 65K colors are available, the ClientAreaColor property is used instead.

If the tab control uses Windows themes, the ClientAreaStartColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com